home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / balls.swf / scripts / frame_2 / PlaceObject2_20_41 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2010-01-19  |  135 b   |  8 lines

  1. onClipEvent(load){
  2.    title_text = "Continue";
  3.    this.rollArea.onRelease = function()
  4.    {
  5.       _root.gotoAndStop(3);
  6.    };
  7. }
  8.